Platform Explorer / Nuxeo Platform 5.8

Extension point relationshipKinds

Documentation

    <kind group="user" label="%s is friend with %s" name="friend"/>

Contribution Descriptors

  • Class: org.nuxeo.ecm.social.relationship.service.RelationshipKindDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-user-relationship-5.8.jar
    <extension point="relationshipKinds" target="org.nuxeo.ecm.social.relationship.service.RelationshipService">
        <kind group="circle" name="friends"/>
        <kind group="circle" name="coworkers"/>
      </extension>
  • nuxeo-social-workspace-gadgets-5.8.jar
    <extension point="relationshipKinds" target="org.nuxeo.ecm.social.relationship.service.RelationshipService">
        <kind group="socialworkspace" name="members"/>
      </extension>